appendBezierPathWithGlyph fails in [NSBezierPath currentPoint]

Posted by anton-schwitzgäbele on Stack Overflow See other posts from Stack Overflow or by anton-schwitzgäbele
Published on 2010-06-06T15:36:27Z Indexed on 2010/06/06 15:42 UTC
Read the original article Hit count: 207

Filed under:

Has anybody an idea in which case this can happen?

GDB output:

0 .. 8:  kill, abort, objc_exception_throw etc.
9:  0x00007fff87ea21f4 in +[NSException raise:format:] ()
10: 0x00007fff8694e9e2 in -[NSBezierPath currentPoint] ()
11: 0x00007fff869e3b3b in __NSAppendBezierPathWithGlyphs ()
12: 0x00007fff869e5baf in -[NSBezierPath appendBezierPathWithGlyphs:count:inFont:]()
13: 0x00007fff869e2e2d in -[NSBezierPath appendBezierPathWithGlyph:inFont:] ()

© Stack Overflow or respective owner

Related posts about objective-c